jquery back button event

65

jquery back button event -

$(window).on('popstate', function(event) {
 alert("pop");
});

Comments

Submit
0 Comments